home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Chiller Killers
/
Chiller
/
Chiller.DXR
/
00160.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-28
|
232 b
|
14 lines
on exitFrame
put " " into field "display"
set the textSize of member "display" to 24
compose()
puppetSprite(1, 0)
updateStage()
if the lastClick > (15 * 60) then
shrink1()
go("c")
else
go("b")
end if
end